Welcome![Sign In][Sign Up]
Location:
Search - java web game

Search list

[Other resource20055134123936

Description: 手机游戏开发明天的计算将进入普及计算时代。各种消费电子产品,包括智能手机,PDA,Web-TV,将来的信息家电等等将实现随时随地的计算。这是一个异常广阔和丰富多彩的领域,其设备极度多样化而且都将在网络中,Java技术的跨平台性和网络功能在这里大有用武之地。这就是J2ME,这一丰富多彩的领域中生机勃勃的技术。 -phone tomorrow's game will enter a universal computing era. A variety of consumer electronic products, including smart phones, PDAs, Web-TV, the future of information appliances, etc., will be achieved anytime, anywhere computing. This is a very broad and varied field, and the facilities are great diversity of the network, Java technology and cross-platform networking capabilities can be fully utilized here. This is J2ME, this colorful area vibrant technology.
Platform: | Size: 3186777 | Author: 魏巍 | Hits:

[Game ProgramJAVA_SUPERGAME

Description: Java小游戏超级修正版,只要嵌入在网页中就可,-Java Super amended version of the game, as long as embedded in a Web page can be and play with a try
Platform: | Size: 6923 | Author: hellomymax | Hits:

[OpenGL programjogl_demo

Description: JOGL是在java环境下使用OpenGL的一种方式,这些代码来自Dr. Andrew Davison的Pro Java 6 3D Game Development一书,给出了在JOGL中使用OpenGL的两种编程框架。 Web Site for the book: http://fivedots.coe.psu.ac.th/~ad/jg2
Platform: | Size: 22695 | Author: Boris Here | Hits:

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[JSP/Javawangyeyouxi

Description: 这是一个用Java语言编写的网页小游戏。-This is a game about web.
Platform: | Size: 188416 | Author: 杨迎 | Hits:

[JSP/JavaJavaPop

Description: 手机游戏泡泡堂源程序,是由台湾的一位JAVA编程高手编写,在手机运行时好像需要到其网站下载插件,压缩包内包含了全部的JAVA源文件。-BNB source mobile phone game is the Taiwan experts to prepare a JAVA programming, run-time in the mobile phone seems to need to download the plug-ins to their Web site, compressed package that contains all the JAVA source files.
Platform: | Size: 272384 | Author: Idaho | Hits:

[Other Gamespaopaogame

Description: 手机游戏泡泡堂源程序,是由台湾的一位JAVA编程高手编写,在手机运行时好像需要到其网站下载插件,压缩包内包含了全部的JAVA源文件。-BNB source mobile phone game is the Taiwan experts to prepare a JAVA programming, run-time in the mobile phone seems to need to download the plug-ins to their Web site, compressed package that contains all the JAVA source files.
Platform: | Size: 275456 | Author: zhangjie | Hits:

[JSP/JavaChineseChessUseinMobile

Description: 该文件为用java语言实现的在手机上运行的象棋游戏。主要实现了以下功能:界面设计简洁、友好、美观大方,保证直接上手便可游戏;操作简单、快捷方便;规则简单,方便游戏者进行游戏;实现智能规则判断;支持大型Web服务器,以Http协议通讯;向PC端开发靠拢,为以后PC与手机互联奠定基础。 压缩包中包含java源码,相应的数据库文件,以及说明文件一份。 -Java file for the language used in mobile phones running on the chess game. The main achievement of the following features: simple interface design, friendly, beautiful generous, and ensure the game can be started directly simple, fast and convenient rules are simple and convenient for the game player intelligent judge rules to support large-scale Web server to Http agreement communications development closer to the client PC, PC and cell phone for later lay the foundation for the Internet. Java package contains source, the corresponding database file, as well as a note.
Platform: | Size: 439296 | Author: 黄晓伟 | Hits:

[Chess Poker gamesChess

Description: 原创游戏,很好的游戏编程参考资料。主要用JAVA编写。是一个基于Web的中国象棋。-Original game, very good game programming reference. The preparation of the main JAVA.
Platform: | Size: 31506432 | Author: 周贤军 | Hits:

[JSP/Javajavapptgame

Description: 手机游戏泡泡堂源程序,是由台湾的一位JAVA编程高手编写,在手机运行时好像需要到其网站下载插件,压缩包内包含了全部的JAVA源文件。-BNB source mobile phone game is the Taiwan experts to prepare a JAVA programming, run-time in the mobile phone seems to need to download the plug-ins to their Web site, compressed package that contains all the JAVA source files.
Platform: | Size: 273408 | Author: zlwz | Hits:

[JSP/JavaMarvTheMiner_120

Description: Java游戏淘金者源代码!外国网站的东西。部分代码配合了C语言,游戏很小,想学习的朋友值得看一看。 -Java source code from the game Gold Rush! Things on foreign web sites. Part of the code with the C language, the game is very small, want to learn a friend is worth a look.
Platform: | Size: 37888 | Author: ade | Hits:

[JSP/JavaTeach_Yourself_Internet_Game_Programming_With_Jav

Description: A web book teaching the basics of game programming on the web with Java. This gives a view at games on the web created with Java, an introduction to game programming with Java (sounds, networking, etc.), the object oriented approach, the basics of graphics and sprite animation, and additionally basic game design concepts.-A web book teaching the basics of game programming on the web with Java. This gives a view at games on the web created with Java, an introduction to game programming with Java (sounds, networking, etc.), the object oriented approach, the basics of graphics and sprite animation, and additionally basic game design concepts.
Platform: | Size: 304128 | Author: mcgoogz | Hits:

[JSP/JavaFlyGeneral

Description: 一款Java游戏FlyGeneral源代码,附有JAR和SRC,有兴趣的朋友研究一下,需要相应类库支持,根据提示到网上下载。-A Java game FlyGeneral source code, with a JAR, and SRC, are interested in a friend look at the need to the appropriate library support, according to the Web prompts to download.
Platform: | Size: 357376 | Author: 230 | Hits:

[JSP/JavaMarvTheMiner_120

Description: Java游戏淘金者源代码!外国网站的东西。部分代码配合了C语言,游戏很小,想学习的朋友值得看一看。-Java Games gold by the source code! Things foreign Web sites. Part of the code in line with the C language, the game is very small, want to learn a friend is worth looking at.
Platform: | Size: 37888 | Author: 253 | Hits:

[Internet-Networkbingo_IE

Description: "排五点"一个网上的java程序。bingo_IE是游戏程序,bingo_rank是CGI,可放在网上。供大家参考。-" Pai five-point," a web-based java program. bingo_IE the game program, bingo_rank is a CGI, may be placed online. For your reference.
Platform: | Size: 94208 | Author: chenjingye | Hits:

[Other Riddle gamesJava_game_program_fiv_stones

Description: 一个基于网络的Java语言编写的五子棋程序。游戏规则:1。首先在指定的一台电脑上建立一个服务器。2。玩家一连接这台服务器,并等待另一个人连接。。玩家二连接服务器,发送消息告诉玩家一。4。玩家一根据提示信息首先开棋。5。一方认为自己已输了可按“认输”键。6。如果一局结束后可按“开始”键进行下一局。7如果想退出可按“退出”键。说明:这是我学Java后写的第二个java游戏程序。部分代码是根据一个“三连棋”的程序提供。希望大家喜欢。-A Web-based backgammon program written in Java language. Rules of the game: 1. First designated a computer to build a server. 2. The player to connect to this server, and wait for another connection. . Players 2 to connect to server, send a message to tell the player. 4. First of all, according to prompts players to open a chess. 5. One may think they have lost, "throw in the towel" button. 6. If after the end of a Council may "Start" button to the next Board. 7 If you want to quit can "exit" button. Description: This is after I learn to write the second Java java games. Part of the code is based on a "three links chess," the program provides. I hope you like.
Platform: | Size: 5120 | Author: 陈实 | Hits:

[JSP/Javamobilegame

Description: 手机游戏是指运行于手机上的游戏软件。目前用来编写手机最多的程序是Java语言,见J2ME。其次是C语言。随着科技的发展,现在手机的功能也越来越多,越来越强大。而手机游戏也远远不是我们印象中的什么“俄罗斯方块”踩地雷“贪吃蛇”之类画面简陋,规则简单的游戏,进而发展到了可以和掌上游戏机媲美,具有很强的娱乐性和交互性的复杂形态了。现在又有了堪比电脑游戏的网页游戏。于是,抛弃你的随身听和Gameboy,买一个好手机吧,你会发现,一个手机已经足够满足你所有路途中的大部分娱乐需要了。-Mobile game is running on a mobile phone game software. At present, mobile phone is used to write most of the program is the Java language, see the J2ME. The second is the C language. With the development of science and technology, now mobile phone function more and more, stronger and stronger. And mobile phone game is far our impressions of what tetris mine snake picture humble, simple game rules, can further development to the PSP, highly entertaining and interactive complex shape. Now have a comparable web game computer games. Then, abandon your walkman and Gameboy, buy a good phone, you will find that a mobile phone is enough to satisfy most of you all the way entertainment needs.
Platform: | Size: 387072 | Author: 徐丽丽 | Hits:

[JSP/Javamofang

Description: java编写的简单的网页游戏魔方,可直接运行-java prepared by the simple web game cube, can be directly run
Platform: | Size: 8192 | Author: mhj | Hits:

[Game Programpong2ball

Description: JAVA网页版小游戏,类似乒乓球游戏,适合初学者参考-JAVA Web version game, similar to the ping-pong game, suitable for beginners reference
Platform: | Size: 4096 | Author: cryscal | Hits:

[Game Program1

Description: 基于java web开发的大鱼吃小鱼的休闲的html5小游戏(this is a fish game.emmmmmmmmmmmmmmmmmm)
Platform: | Size: 693248 | Author: 3286 | Hits:
« 1 2 34 »

CodeBus www.codebus.net